
/* index */

.slide {
	margin-top: 80px;
}

.product {
	margin-top: 100px;
	padding-bottom: 50px;
	background: linear-gradient(to bottom, #ffffff 80%, #e9e9e9);
}


.aboutUs {

	padding: 50px 0 0 0;
	background: linear-gradient(to bottom, #e9e9e9 80%, #ffffff);
}

.aboutUs h3 {
	margin-bottom: 30px;
	text-align: center;
}

.aboutUs .btn-bottom a button{
	background-color: #0374DE;
	color: #FFFFFF;
	transition: all 0.5s;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 75px;
}

.aboutUs .btn-bottom a button:hover {
	background-color: #014a90;
	color: #FFFFFF;
}

.form {
	padding: 50px 0;

}

.form h3 {
	margin-bottom: 30px;
	text-align: center;
}

.form textarea {
	width: 100%;
}

.form button {
	background-color: #0374DE;
	color: #FFFFFF;
	transition: all 0.5s;
}

.form button:hover {
	background-color: #014a90;
	color: #FFFFFF;
}

.thumbnail {
	position: relative;
	padding: 0;
}


.hid {
	width: 100%;
	height: 100%;
	background-color: rgba(3, 116, 222, 0.7);
	top: 0px;
	padding: 0 20px;
	position: absolute;
	opacity: 0;
	display: block;
	font-size: 12px;
	transition: 0.3s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	text-align: center;
}

.hid h4 {
	color: #FFFFFF;
	margin-top: 10%;
	font-size: large;

}

.hid p {
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	font-size: medium;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #FFFFFF;
	margin-top: 20%;
}

.ul-top a{
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #EEEEEE;
}
.thumbnail:hover .hid {
	width: 100%;
	height: 100%;
	color: #656e73;
	opacity: 1;
	text-decoration: none;
}

.hid h3 {
	color: #FFFFFF;
	margin: 30% 0;
}

.product .hid{
	height: 10%;
}

.product .hid p {
	color: #FFFFFF;
	margin-top: 10%;
}


/* products-list */

.jumbotron {
	margin-top: 80px;
	height: 200px;
	background-image: url(/images/jumbotron/jumbotron_1.jpg);
}

.jumbotron h1 {
	margin-top: 50px;

}

.product-list {
	margin-bottom: 40px;
}

.product-list .body-left {
	margin: 40px 0 0 0;
}

.product-list .body-right {
	padding-left: 40px;
}

.product-list .body-right .row {
	margin: 30px 0 0 0;
}

.product-list .body-right .product-info {
	margin-bottom: 30px;
	padding: 0;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	background-color: #EEEEEE;
}

.product-list .body-right .product-info .img {
	padding: 0;
}

.product-list .body-right .product-info p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-info .panel {
	border: 0px solid;
	margin: 0;
	box-shadow: 0 0 0;
}

.product-info .panel-body {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border-top: 1px solid #333333;
}

.product-info .panel-heading {
	padding: 0;
	margin-top: 10px;
	background-color: #EEEEEE;
	border: 0px solid;
}

.product-info a {
	background-color: #0374DE;
	color: #FFFFFF;
	transition: all 0.5s;
	width: 75px;
	float: right;
	margin-right: 2%;
}

.product-info a:hover {
	background-color: #014a90;
	color: #FFFFFF;
}

.affix {
	position: fixed;
	top: 100px;
}

/* product */

.information {
	background-color: #E9E9E9;
	padding-bottom: 10px;
}


.information .row {
	margin: 80px 0 50px 0;
}



/* download */

.download .text-left {
	text-indent: 30px;
}


/* about */

.about .about-top {
	margin: 0px 0 50px;
}

.about p {
	text-indent: 35px;
	font-size: 17px;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
}



.about .body-left {
	margin: 40px 0 0 0;
}

.about .body-right {
	padding-left: 40px;
}

.about .body-right img {
	margin: 20px 0 0 0;
}

/* support */

.support  a{
	float: left;
}

.support  span{
	float: right;
	font-size: 12px;
	margin-right: 20px;
	color: #333333;
}



/* support-detail */

.about-top>.page-header p{
	font-size: 13px;
}

.page-change p{
	font-size: 14px;
	margin-bottom: 20px;
}

.page-change .page-next {
	float: left;

}

.page-change .page-back {
	float: right;
}
